#!/bin/zsh

defaults write "$slack_config_file" slack_webhook "$slack_webhook"
defaults write "$slack_config_file" slack_channel "$slack_channel"

chmod 644 "$slack_config_file"

exit 0